Version

RenderItem<T2,TControl2>(T2,Size) Method

Creates a control for the row, and adds it as child of the panel.
Syntax
'Declaration
 
Protected Overridable Function RenderItem
    (Of T2 As ComboEditorItemBase(Of TControl2),
     TControl2 As FrameworkElement)( _
   ByVal comboEditorItem As T2, _
   ByVal availableSize As Size _
) As Size
protected virtual Size RenderItem<T2,TControl2>( 
   T2 comboEditorItem,
   Size availableSize
)
where T2: ComboEditorItemBase<TControl2>
where TControl2: FrameworkElement

Parameters

comboEditorItem
The ComboEditorItem that will be rendered.
availableSize

Type Parameters

T2
TControl2

Return Value

The new desired size.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also